Remove mysqli.reconnect from php.ini files - #11836
Closed
jrfnl wants to merge 1 commit into
Closed
Conversation
The `mysqli.reconnect` ini directive was removed in PHP 8.2.0. Refs: * https://github.com/php/php-src/blob/5d90c5057dbf88cea49ac53daf5f4622c1588a84/UPGRADING#L320 * php#7889 * php@be3d55d
Member
|
@adoy @saundefined @ramsey for the 8.2 backport. |
Girgias
approved these changes
Aug 1, 2023
saundefined
approved these changes
Aug 1, 2023
kamil-tekiela
approved these changes
Aug 1, 2023
Member
|
@saundefined This is a non-invasive change that can be merged into PHP 8.2, right? Can you please take care of it? |
saundefined
pushed a commit
that referenced
this pull request
Aug 19, 2023
The `mysqli.reconnect` ini directive was removed in PHP 8.2.0.
saundefined
added a commit
that referenced
this pull request
Aug 19, 2023
* PHP-8.2: Remove `mysqli.reconnect` from php.ini files (#11836)
Member
|
@kamil-tekiela applied with 85661a3 @jrfnl thanks! |
adrian-enspired
pushed a commit
to adrian-enspired/php-src
that referenced
this pull request
Aug 4, 2026
The `mysqli.reconnect` ini directive was removed in PHP 8.2.0.
adrian-enspired
pushed a commit
to adrian-enspired/php-src
that referenced
this pull request
Aug 4, 2026
* PHP-8.2: Remove `mysqli.reconnect` from php.ini files (php#11836)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
mysqli.reconnectini directive was removed in PHP 8.2.0.👉🏻 A backport of this commit to the
8.2branch should maybe be considered ?Refs:
php-src/UPGRADING
Line 320 in 5d90c50